GtkSwitch: Add missing "Since: 3.0" tags
authorJavier Jardón <jjardon@gnome.org>
Mon, 29 Nov 2010 20:49:38 +0000 (21:49 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 29 Nov 2010 21:00:49 +0000 (22:00 +0100)
gtk/gtkswitch.c

index 58e1f4ffec9e8f26299ada9816a03de41756109a..f3ef450967f44dcbf31717958f5b927ffc162a5d 100644 (file)
@@ -792,6 +792,8 @@ gtk_switch_init (GtkSwitch *self)
  * Creates a new #GtkSwitch widget.
  *
  * Return value: the newly created #GtkSwitch instance
+ *
+ * Since: 3.0
  */
 GtkWidget *
 gtk_switch_new (void)
@@ -805,6 +807,8 @@ gtk_switch_new (void)
  * @is_active: %TRUE if @sw should be active, and %FALSE otherwise
  *
  * Changes the state of @sw to the desired one.
+ *
+ * Since: 3.0
  */
 void
 gtk_switch_set_active (GtkSwitch *sw,
@@ -843,6 +847,8 @@ gtk_switch_set_active (GtkSwitch *sw,
  * Gets whether the #GtkSwitch is in its "on" or "off" state.
  *
  * Return value: %TRUE if the #GtkSwitch is active, and %FALSE otherwise
+ *
+ * Since: 3.0
  */
 gboolean
 gtk_switch_get_active (GtkSwitch *sw)